home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 24
/
Aminet 24 (1998)(GTI - Schatztruhe)[!][Apr 1998].iso
/
Aminet
/
comm
/
mail
/
iris.lha
/
Iris
/
BrowseWWWscripts
/
AMosaic
next >
Wrap
Text File
|
1997-12-23
|
273b
|
12 lines
/* REXX script to start AMosaic.
* WARNING: this script has not been tested!
*/
parse arg URL
if ~show('P','AMOSAIC.1') then do
address command 'cd AMosaic:'||'0a'x||'run >nil: AMosaic'
address command 'waitforport AMOSAIC.1'
end
address 'AMOSAIC' 'JUMP URL' URL